home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn Microsoft Visual Basic 6.0 Now
/
Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO
/
media
/
chap07
/
b07a005.cc2
< prev
next >
Wrap
Text File
|
1998-06-07
|
944b
|
22 lines
0, In this chapter, you will focus again on
2, the user interface and learn how to
4, expand your application's feature set. You
7, will also learn how to create error
8, handlers, so that your program bounces back
11, from unexpected problems. First, you'll
15, learn how to add forms to your program's
16, interface to handle input, output, and
20, special messages. Visual Basic forms are
23, saved in separate files, so you can add
25, them to your project or remove them,
28, with a few simple menu commands. Next,
31, you'll learn how to send output from your
33, program to an attached printer using the
35, Printer object and a collection of
37, useful properties and methods. Finally,
41, you'll learn how to create error handlers in
42, your code to process unexpected results.
46, Specifically, you'll learn how to
47, handle the runtime errors associated with
49, floppy disk drives.
51, END